(Fload): Fix #ifdef for pcc.
authorDave Love <fx@gnu.org>
Fri, 17 Nov 2000 16:10:03 +0000 (16:10 +0000)
committerDave Love <fx@gnu.org>
Fri, 17 Nov 2000 16:10:03 +0000 (16:10 +0000)
src/lread.c

index 14200f800825ae6d272626136642d94cce059cbb..55663e09b254c51c00fdf611c838f0b827264c20 100644 (file)
@@ -756,9 +756,9 @@ Return t if file exists.")
 
          compiled = 1;
 
-    #ifdef DOS_NT
+#ifdef DOS_NT
          fmode = "rb";
-    #endif /* DOS_NT */
+#endif /* DOS_NT */
          stat ((char *)XSTRING (found)->data, &s1);
          XSTRING (found)->data[STRING_BYTES (XSTRING (found)) - 1] = 0;
          result = stat ((char *)XSTRING (found)->data, &s2);